|
I have a text box which uses a java script calender control to select the dates.
I want to execute the textbox's _SelectedIndexChanged() after the date value
is selected from the calender.
When i have tried the options i found that the _SelectedIndexChanged is not
working when the javascript is used with the text box, otherwise it is executing properly
How Can i solve it ?
|